C#: update MaD sink kinds#13158
Conversation
Click to show differences in coveragecsharpGenerated file changes for csharp
- package,sink,source,summary,sink:code,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
+ package,sink,source,summary,sink:code-injection,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql-injection,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value |
Click to show differences in coveragecsharpGenerated file changes for csharp
- package,sink,source,summary,sink:code,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
+ package,sink,source,summary,sink:code-injection,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql-injection,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value |
Click to show differences in coveragecsharpGenerated file changes for csharp
- System,"``System.*``, ``System``",25,12154,65,7
+ System,"``System.*``, ``System``",25,12154,65,3
- Totals,,25,12717,397,7
+ Totals,,25,12717,397,3
- package,sink,source,summary,sink:code,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
+ package,sink,source,summary,sink:code-injection,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html-injection,sink:remote,sink:sql-injection,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value |
9d29820 to
588a62c
Compare
Click to show differences in coveragecsharpGenerated file changes for csharp
- package,sink,source,summary,sink:code,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
+ package,sink,source,summary,sink:code-injection,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:file-content-store,sink:html-injection,sink:js-injection,sink:sql-injection,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
- Dapper,55,,,,,,,,,,55,,,,,,,
+ Dapper,55,,,,,,,,,,,55,,,,,,
- Microsoft.ApplicationBlocks.Data,28,,,,,,,,,,28,,,,,,,
+ Microsoft.ApplicationBlocks.Data,28,,,,,,,,,,,28,,,,,,
- Microsoft.EntityFrameworkCore,6,,,,,,,,,,6,,,,,,,
+ Microsoft.EntityFrameworkCore,6,,,,,,,,,,,6,,,,,,
- MySql.Data.MySqlClient,48,,,,,,,,,,48,,,,,,,
+ MySql.Data.MySqlClient,48,,,,,,,,,,,48,,,,,,
- ServiceStack,194,,7,27,,,,,,75,92,,,,,,7,
+ ServiceStack,194,,7,27,,,,,75,,,92,,,,,7,
- System,65,25,12154,,8,8,9,,4,,33,3,1,17,3,4,10163,1991
+ System,65,25,12154,,8,8,9,,,4,3,33,1,17,3,4,10163,1991 |
michaelnebel
left a comment
There was a problem hiding this comment.
Thank you for doing this!
I think it makes sense to add a change note in case this is used by the field team.
Click to show differences in coveragecsharpGenerated file changes for csharp
- package,sink,source,summary,sink:code,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:html,sink:remote,sink:sql,sink:xss,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
+ package,sink,source,summary,sink:code-injection,sink:encryption-decryptor,sink:encryption-encryptor,sink:encryption-keyprop,sink:encryption-symmetrickey,sink:file-content-store,sink:html-injection,sink:js-injection,sink:sql-injection,source:file,source:file-write,source:local,source:remote,summary:taint,summary:value
- Dapper,55,,,,,,,,,,55,,,,,,,
+ Dapper,55,,,,,,,,,,,55,,,,,,
- Microsoft.ApplicationBlocks.Data,28,,,,,,,,,,28,,,,,,,
+ Microsoft.ApplicationBlocks.Data,28,,,,,,,,,,,28,,,,,,
- Microsoft.EntityFrameworkCore,6,,,,,,,,,,6,,,,,,,
+ Microsoft.EntityFrameworkCore,6,,,,,,,,,,,6,,,,,,
- MySql.Data.MySqlClient,48,,,,,,,,,,48,,,,,,,
+ MySql.Data.MySqlClient,48,,,,,,,,,,,48,,,,,,
- ServiceStack,194,,7,27,,,,,,75,92,,,,,,7,
+ ServiceStack,194,,7,27,,,,,75,,,92,,,,,7,
- System,65,25,12154,,8,8,9,,4,,33,3,1,17,3,4,10163,1991
+ System,65,25,12154,,8,8,9,,,4,3,33,1,17,3,4,10163,1991 |
|
@jcogs33 : It is probably a good idea to run DCA before merging. |
|
@michaelnebel There were a few failures in the DCA run. Do those look like a cause for concern? |
That is not related to your changes (looks like transient failures). The analyzed projects don't show any alerts diff - so I think you are changes are good to go :-) |
Description
This PR updates some C# MaD sink kind names in order to align across languages.
The following sink kind names are updated:
codecode-injectionsqlsql-injectionhtmlhtml-injectionxssjs-injectionremotefile-content-storeCommit-by-commit review might be best.
(related Java PR: #12916)
Consideration
xsstojs-injectionandremotetofile-content-storeupdates).